home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 08 / _SETUP.1 / Constructor.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-02-20  |  3.7 KB  |  170 lines

  1. object SplashForm: TSplashForm
  2.   Left = 275
  3.   Top = 272
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 302
  7.   ClientWidth = 462
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 462
  22.     Height = 302
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     Color = clBlack
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 0
  29.       Top = 0
  30.       Width = 462
  31.       Height = 302
  32.       AutoSize = True
  33.       Picture.Data = {<image000.bmp>}
  34.     end
  35.     object Label1: TLabel
  36.       Left = 4
  37.       Top = 212
  38.       Width = 241
  39.       Height = 13
  40.       Caption = 'This copy of Constructor 99 is licensed to:'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clWhite
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       Transparent = True
  48.     end
  49.     object Name: TLabel
  50.       Left = 4
  51.       Top = 228
  52.       Width = 33
  53.       Height = 13
  54.       Caption = 'Name'
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clWhite
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       Transparent = True
  62.     end
  63.     object Company: TLabel
  64.       Left = 4
  65.       Top = 244
  66.       Width = 52
  67.       Height = 13
  68.       Caption = 'Company'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWhite
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.       Transparent = True
  76.     end
  77.     object SerialNum: TLabel
  78.       Left = 4
  79.       Top = 260
  80.       Width = 80
  81.       Height = 13
  82.       Caption = 'Serial Number'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clWhite
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       Transparent = True
  90.     end
  91.     object Label4: TLabel
  92.       Left = 264
  93.       Top = 260
  94.       Width = 191
  95.       Height = 13
  96.       Caption = 'Copyright ∩┐╜ 1998, 1999 Mark Carrington'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clWhite
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.     end
  104.     object Image2: TImage
  105.       Left = 179
  106.       Top = 99
  107.       Width = 105
  108.       Height = 105
  109.     end
  110.     object Panel2: TPanel
  111.       Left = 0
  112.       Top = 281
  113.       Width = 462
  114.       Height = 21
  115.       Align = alBottom
  116.       BevelOuter = bvNone
  117.       Caption = 'Panel2'
  118.       Color = clGray
  119.       TabOrder = 0
  120.       object ProgressLabel: TLabel
  121.         Left = 4
  122.         Top = 4
  123.         Width = 96
  124.         Height = 13
  125.         Alignment = taCenter
  126.         Caption = 'Loading Settings'
  127.         Color = clGray
  128.         Font.Charset = DEFAULT_CHARSET
  129.         Font.Color = clWhite
  130.         Font.Height = -11
  131.         Font.Name = 'MS Sans Serif'
  132.         Font.Style = [fsBold]
  133.         ParentColor = False
  134.         ParentFont = False
  135.       end
  136.       object Panel3: TPanel
  137.         Left = 173
  138.         Top = 4
  139.         Width = 280
  140.         Height = 13
  141.         BevelOuter = bvNone
  142.         Caption = 'Panel2'
  143.         Color = clSilver
  144.         TabOrder = 0
  145.         object ProgressBar: TProgressBar
  146.           Left = 0
  147.           Top = 0
  148.           Width = 280
  149.           Height = 13
  150.           Min = 0
  151.           Max = 50
  152.           Position = 50
  153.           TabOrder = 0
  154.         end
  155.       end
  156.     end
  157.   end
  158.   object Memo: TMemo
  159.     Left = 112
  160.     Top = 244
  161.     Width = 86
  162.     Height = 25
  163.     Lines.Strings = (
  164.       'Memo')
  165.     TabOrder = 1
  166.     Visible = False
  167.     WordWrap = False
  168.   end
  169. end
  170.